home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 0 / DISK0201.ZIP / UNDOWS.DOC < prev    next >
Text File  |  1986-06-04  |  7KB  |  265 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                                      UNDOWS
  14.  
  15.                                  UN-DO WordStar
  16.  
  17.                                       V 2.1
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.                          Copyright 1986, by Gary Elfring
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                  UNDOWS  V 2.1
  71.  
  72.  
  73.            Need to change WordStar files to ASCII in a hurry?   Or do you 
  74.         need  to  remove  the embedded control characters  that  WordStar 
  75.         leaves  in a file?   How about those soft hyphens?   Do you  have 
  76.         WordStar  files with embedded dot commands?   Or do you just want 
  77.         to limit carriage returns to the end of a paragraph?
  78.  
  79.            Version  2.1  of UNDOWS does all  that  for  you.   First,  it 
  80.         converts WordStar from 8 bit characters to 7 bit ASCII.   It then 
  81.         removes  all control characters,  with the exception of  carriage 
  82.         returns, line feeds, tabs, form feeds, and ^Zs (end of file).  In 
  83.         the  process  it removes those annoying soft hyphens that are  in 
  84.         the middle of a line.   Soft hyphens at the end of a line will be 
  85.         turned into true hyphens.
  86.  
  87.            Two  new  options have been added for version 2.1  of  UNDOWS.  
  88.         You  can  now strip extra carriage return / line  feed  pairs  by 
  89.         using  the  "s" option.   The only carriage returns left will  be 
  90.         those found at the end of a paragraph.  This option makes it much 
  91.         easier to transfer WordStar files to other word processors.
  92.  
  93.            The  second  option  forces  UNDOWS  to  remove  embedded  dot 
  94.         commands from your text.  Using this option does slow UNDOWS down 
  95.         since it has to make a second pass through your file.   To remove 
  96.         dot commands use the "d" option.
  97.  
  98.            UNDOWS  has  been optimized for speed.   On an IBM PC  it  can 
  99.         convert a 40K file on floppy disk in under 15 seconds.  On a hard 
  100.         disk or an AT it is lightning fast.
  101.  
  102.            To  run UNDOWS you need a source file in WordStar format and a 
  103.         destination file name.  Type:
  104.  
  105.         UNDOWS source destination [s] [d]{cr}
  106.  
  107.            Where {cr} stands for the enter/return key.   The "s" and  "d" 
  108.         options  do  not have to be used and can be input in  any  order.  
  109.         UNDOWS  checks for file errors and reports them to you.   DO  NOT 
  110.         use  the  same  file name for the source and  destination  files.  
  111.         Unpredictable things will happen!
  112.  
  113.         UNDOWS infile outfile{cr}          (normal conversion)
  114.  
  115.         UNDOWS infile outfile s{cr}        (strip excess CRs)
  116.  
  117.         UNDOWS infile outfile d{cr}        (remove dot commands)
  118.  
  119.         UNDOWS infile outfile s d{cr}      (both options)
  120.  
  121.         UNDOWS infile outfile d s{cr}      (both options)
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                         1
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                  UNDOWS  V 2.1
  137.  
  138.  
  139.                                DISTRIBUTION NOTICE 
  140.  
  141.         This  program  is  protected by United States Copyright  law  and         
  142.         by International Treaty provisions.  You may distribute, or share 
  143.         this  version of this program with anyone provided the  following 
  144.         conditions are met.   This version of UNDOWS is being distributed 
  145.         on a "shareware" basis to all who are interested in it.  To those 
  146.         of you unfamiliar with this approach, it works like this.  UNDOWS 
  147.         is  distributed to various BBS systems and user groups.   You may 
  148.         copy the program and try it for no charge.  Gary Elfring does not 
  149.         handle the actual distribution of this program.   Try the program 
  150.         out.   If the product does not meet your needs,  you pay nothing.  
  151.         If  the product does meet your needs,  and you can use  it,  then 
  152.         send me a fee of $12.50.   If you include a self addressed mailer 
  153.         with  a  blank formatted disk I will supply you with  the  source 
  154.         code for UNDOWS (Lattice C V3.00).  Send your contribution to:
  155.  
  156.            Gary Elfring
  157.            4N899 West Mary Drive
  158.            St. Charles, Illinois  60174
  159.  
  160.            Even if you do not contribute,  you are encouraged to copy and 
  161.         distribute  the BBS version of the product freely subject to  the 
  162.         following restrictions: 
  163.  
  164.         1. Do not distribute altered copies.   If you have suggestions or 
  165.            fixes  you  would like to see,  send us a  written  note.   We 
  166.            welcome all responses.
  167.  
  168.         2. This product must be distributed complete including the files: 
  169.            UNDOWS.EXE, and UNDOWS.DOC. 
  170.  
  171.         3. No  fee is to be charged for copying or distributing the  pro-
  172.            gram  without   an   express   WRITTEN  agreement  with   Gary 
  173.            Elfring.  The ONLY exception to this rule is:  a small charge, 
  174.            ($5  to $10),  may be leveled if this program is included on a 
  175.            set of public domain disks. This charge must be reasonable and 
  176.            represent only copying and disk fees. 
  177.  
  178.         4. Commercial  sale of this product in any manner  is  prohibited 
  179.            without Gary Elfring's written permission. 
  180.  
  181.         User Groups/Clubs:  Gary Elfring's products may be distributed by 
  182.         Clubs and User Groups subject to the same restrictions.  We would 
  183.         ask  only  that  contributions  to  our  continuing  efforts   be 
  184.         encouraged by those performing such distribution. 
  185.  
  186.         Computer  Bulletin  Boards:   Gary  Elfring's products   may   be 
  187.         distributed  by  BBS's  subject to   the  same  restrictions  and 
  188.         contribution encouragement. 
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                         2
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.                                  UNDOWS  V 2.1
  203.  
  204.  
  205.                                     WARRANTY
  206.  
  207.         Gary Elfring specifically disclaims all warranties,  expressed or 
  208.         implied,  including  but  not limited to,  implied warranties  of 
  209.         merchantability and fitness for a particular purpose with respect 
  210.         to defects in the disk or documentation,  and the program license 
  211.         granted herein.  In no event shall Elfring be liable for any loss 
  212.         of  profit  or any other commercial  damage,  including  but  not 
  213.         limited to special, incidental, consequential, or other damages.
  214.  
  215.  
  216.                             English Language Warranty
  217.  
  218.         You  get what you pay for.   If you did not pay for the product I 
  219.         don't care what your problems are.   If you pay for it and have a 
  220.         legitimate complaint,  as determined by me, I will attempt to fix 
  221.         it.   That's it.   What do you want for $12.50?   Send a disk and 
  222.         get the source.
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.                                         3
  262.  
  263.  
  264.  
  265.